configuration / chassis0 / slots / [SLOT-ID] / [gps170] / module / ppo / ppo[ID] / timer

CLI REST-API

timer1

The submenu timer1 (Timer1) contains the following:

Menus: none

Objects:
on (on)
off (off)

Commands: none



Applies to modules


GPS167
GPS167SV
GPS170
GPS180
GNS181_UC
GPS190
GNS181
GNS190

See also:
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/ppo/ppo[ID]/timer/timer[ID]/on
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/ppo/ppo[ID]/timer/timer[ID]/off

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0/slots/.*/module/ppo/ppo.*/timer/timer.*


Example using curl:
curl /api/configuration/chassis0/slots/.*/module/ppo/ppo.*/timer/timer.*


Method: PATCH
URL: /api/configuration/chassis0/slots/.*/module/ppo/ppo.*/timer/timer.*
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/chassis0/slots/.*/module/ppo/ppo.*/timer/timer.*
-d "{
  \"objects\": \"new-values\"
}"